* keyboard.h (num_input_events): Now uintmax_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 17:55:38 +0000 (10:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 17:55:38 +0000 (10:55 -0700)
commit3e7b97b0fa6ea384fb8bc4952d8e56f6d4edb37d
treee6f746f7fa53669c424e7e0c4131b9950abbd687
parentad06eb9d366c48db372adc5b72e8e86564057d53
* keyboard.h (num_input_events): Now uintmax_t.

This is (very slightly) less likely to mess up due to wraparound.
All uses changed.
src/ChangeLog
src/callint.c
src/keyboard.c
src/keyboard.h